home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / the_fighter_training.swf / scripts / frame_25 / DoAction.as
Text File  |  2008-03-13  |  120b  |  9 lines

  1. if(!loadDone)
  2. {
  3.    gotoAndPlay(2);
  4. }
  5. else if(isLogin == "1")
  6. {
  7.    sessionID = setInterval(extSession,600000);
  8. }
  9.